home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / prog / shinst20 / install.inf < prev    next >
INI File  |  1995-08-31  |  4KB  |  135 lines

  1. [SYSTEM]
  2. BackGround = 1                 ;CHANGED: Instead of On or OFF, now requires
  3. CPURequired = 286              ;         a 1 for on and 0 for off.
  4. DosVerRequired = 320
  5. VideoRequired = 4              ;NEW: Comments can be added like these by
  6. ConvMemRequired = 400          ;     using a semi-colon (;), or whole lines
  7. ;ExtMemRequired = 0            ;<--  can be disabled from the program if
  8.                                ;     they are not needed.
  9.  
  10. FailOnCPU = 1                  ;NEW: 1 = If system does not meet this
  11. FailOnDOSVer = 1               ;     minimum requirement, stop install.
  12. FailOnVideo = 1                ;     0 = Continue with install.
  13. FailOnConvMem = 1              ;     Program will show a warning message
  14. FailOnExtMem = 0               ;     for each either way.
  15.  
  16. UnZipFileName = PKUNZIP.EXE    ;NEW: Set name of unzip utility for ZIP files.
  17. [END]                          ;     FREEWARE unzip utility now included in
  18.                                ;     registered version.
  19.  
  20. [SCREEN]
  21. Foreground = 8
  22. Background = 7
  23. FillCharacter = 176
  24. [END]
  25.  
  26.  
  27. [WINDOW]
  28. Foreground = 7
  29. Background = 1
  30. Border = 0
  31. TextColor = 7                  ;NEW: Set the colors for the text screens
  32. TitleColor = 11                ;     and the titles on the install screen
  33. [END]
  34.  
  35.  
  36. [MAINFILES]
  37. MyGraphics Program - Includes Fonts, Clipart, & MORE * 550000
  38. 1 * mygraph1.zip  * 1 * mygraph2.zip /o * 2 * mygraph3.lst
  39. c:\mygraph                     ;                      
  40. [END]                          ;NEW: Copy files listed in a .LST file to
  41.                                ;     a destination directory.
  42.  
  43. [SUBFILES]
  44. MyGraphics Font Package * 300000
  45. 3 * mgfonts.zip /o
  46. c:\mygraph\fonts
  47.  
  48. MyGraphics Clipart Package * 1000000
  49. 3 * mgclart1.zip /RI! * 4 * mgclart2.zip * 5 * largepcx.001
  50. c:\mygraph\clipart                       ;            
  51.                                          ;NEW: Copy files split across
  52. MyGraphics Printer Drivers * 100000      ;     multiple disks.
  53. 3 * mgprtdrv.zip
  54. c:\mygraph
  55. [END]
  56.  
  57.  
  58. [AUTOEXEC.BAT]
  59. [END]
  60.  
  61.  
  62. [CONFIG.SYS]
  63. FILES = 15
  64. BUFFERS = 20
  65. [END]
  66.  
  67.  
  68. [RUNCOMMAND]
  69. type file_id.diz
  70. pause
  71. cls
  72. mygraph.exe
  73. [END]
  74.  
  75.  
  76. [INTROTEXT]
  77.     
  78.     ~TThe Shareware Installer - Software Distribution Made Easy!~t
  79.  
  80.   ~F15Thank you~f for evaluating this program. Although the name is ~TThe
  81.  Shareware Installer~t, it's perfect for shareware, commercial, and
  82.  custom software installation as well as the installation of data,
  83.  graphics, and other files. Software developers, programmers, and
  84.  anyone distributing files can edit the sample INSTALL.INF file
  85.  and create a distribution disk (or set) quickly and easily.
  86.  
  87.   ~F15FEATURES:~f Intro, Install, and Exit text screens; set colors;
  88.  selectable file groups for partial installs & upgrades; Checks
  89.  disk space, conventional and extended memory, DOS version, CPU,
  90.  video card & monitor. Supports multiple disks & files; optionally
  91.  modify AUTOEXEC.BAT & CONFIG.SYS; copy files and/or install self-
  92.  extracting EXE's and ZIP files using unzip utility; MORE!
  93.         ~TRegistered version includes Install for Windows.~t
  94.  
  95. [END]
  96.  
  97.  
  98. [INSTALLTEXT]
  99.    
  100.   ~F14You can display up to 20 lines of information in each of the
  101.  text message screens.
  102.  
  103.   The Shareware Installer prompts for each disk required for
  104.  the selected files and displays the file name and destination
  105.  directory on the bottom of the screen as it is being installed
  106.  If you selected BACKGROUND = OFF, the installation will run in
  107.  the foreground and the user will see the files listed on the
  108.  screen as they are being unzipped.
  109.  
  110.   If you included lines in the CONFIG.SYS and/or AUTOEXEC.BAT
  111.  sections, the user will have an option to edit those files.~f
  112.  
  113. [END]
  114.  
  115.  
  116. [EXITTEXT]
  117.  
  118.   The Shareware Installer will exit to the default path. If you
  119.  entered a program, file name, or DOS command in the RunCommand
  120.  section, the selected file or command will be run upon exiting
  121.  the installation program.
  122.  
  123.   Thanks again for evaluating The Shareware Installer! You can
  124.  contact us at the address listed below:
  125.   
  126.         ~F03Relative Software Innovations
  127.         1515 N. Town East Blvd., Suite #138
  128.         Mesquite, Texas  75150-4149
  129.         Phone/Fax: (214) 681-8131
  130.         CIS ID: 73611,127
  131.         Contact: Steve Moore~f
  132.  
  133. [END]
  134.  
  135.